Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 8 - Tag Objects / Tag Objects Reference
Constants and Data Types


The Tag Object

QuickDraw GX provides you with access to an individual tag object through a gxTag reference:

typedef struct gxPrivateTagRecord *gxTag;
In this type definition, gxTag is a type-checked reference, not an actual pointer to any defined structure. The contents of the tag object are private.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996